github.com/jackc/pgx/v5/pgconn.PgConn.execExtendedSuffix (method)

4 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1196: 	pgConn.execExtendedSuffix(result, nil, nil)
		pgconn.go#L1221: 	pgConn.execExtendedSuffix(result, nil, nil)
		pgconn.go#L1250: 	pgConn.execExtendedSuffix(result, statementDescription, resultFormats)
		pgconn.go#L1290: func (pgConn *PgConn) execExtendedSuffix(result *ResultReader, statementDescription *StatementDescription, resultFormats []int16) {